Click or drag to resize

PullSubscription Constructor (FolderId, IListEventType, Int32, String)

Initializes a new instance of the PullSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PullSubscription(
	FolderId folderId,
	IList<EventType> eventTypes,
	int timeout,
	string watermark
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
eventTypes
Type: System.Collections.GenericIListEventType
timeout
Type: SystemInt32
watermark
Type: SystemString
See Also